projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a501f
)
inspector: Trivial typo fix
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 22 Nov 2014 18:02:56 +0000
(13:02 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 23 Nov 2014 02:38:46 +0000
(21:38 -0500)
gtk/inspector/misc-info.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/misc-info.c
b/gtk/inspector/misc-info.c
index 323f6d5e1de3a5bb95dc3b8c9a06d032d13f64fe..453a5198f2bb4ac243f15c72b321997935d03bc5 100644
(file)
--- a/
gtk/inspector/misc-info.c
+++ b/
gtk/inspector/misc-info.c
@@
-540,7
+540,7
@@
gtk_inspector_misc_info_class_init (GtkInspectorMiscInfoClass *klass)
widget_class->unmap = unmap;
g_object_class_install_property (object_class, PROP_OBJECT_TREE,
- g_param_spec_object ("object-tree", "Object Tree", "Obect tree",
+ g_param_spec_object ("object-tree", "Object Tree", "Ob
j
ect tree",
GTK_TYPE_WIDGET, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
gtk_widget_class_set_template_from_resource (widget_class, "/org/gtk/inspector/misc-info.ui");